(archive-rar-summarize): Allow between 6 and 7 characters in the
authorEli Zaretskii <eliz@gnu.org>
Thu, 10 Dec 2009 19:25:01 +0000 (19:25 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 10 Dec 2009 19:25:01 +0000 (19:25 +0000)
Attribute field.

lisp/arc-mode.el

index 1d67a6ce918560b10373c44deb35080626c515c9..474d7bdd5ab4779889ec10546de3523b8dfde679 100644 (file)
@@ -1904,7 +1904,7 @@ This doesn't recover lost files, it just undoes changes in the buffer itself."
                                  ;; Ratio ; Date'
                                  " +\\([0-9%]+\\) +\\([-0-9]+\\)"
                                  ;; Time ; Attr.
-                                 " +\\([0-9:]+\\) +......"
+                                 " +\\([0-9:]+\\) +[^ \n]\\{6,7\\}"
                                  ;; CRC; Meth ; Var.
                                  " +[0-9A-F]+ +[^ \n]+ +[0-9.]+\n"))
         (goto-char (match-end 0))